home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / peekr174.zip / VLZH.BAT < prev    next >
DOS Batch File  |  1992-06-10  |  660b  |  19 lines

  1. REM You must create a subdirectory for PEEKER to use....it MUST be one that
  2. REM does NOT have anything in it that you don't want to see go bye bye!
  3. REM This is a simple example of how I have had PEEKER inferfaced...I've got
  4. REM sidetracked and never have optimized it....Needs HS/Link doesn't it! 8-)
  5. If Exist %2 Del %2
  6. Peek2 ! C1 B%3 G%4 M P%1 XD:\TEMP
  7. IF ERRORLEVEL == 90 goto ZModem
  8. IF ERRORLEVEL == 89 goto YModem
  9. Goto End
  10. :Ymodem
  11. Echo Ymodem
  12. e:\RBBS\XFER\DSZ.COM port 2 speed 19200 ha cts sb d:\temp\xfile.???
  13. Goto End
  14. :Zmodem
  15. Echo Zmodem
  16. e:\RBBS\XFER\Dsz.COM port 2 speed 19200 ha cts sz -Z d:\temp\xfile.???
  17. :End
  18. Del D:\Temp\xfile.???
  19.